object Dlg_SmsAsk: TDlg_SmsAsk Left = 282 Top = 203 BorderStyle = bsDialog Caption = 'Confirmation' ClientHeight = 164 ClientWidth = 258 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 152 Height = 13 Caption = 'You have no SMS account yet. ' end object rgSelect: TRadioGroup Left = 16 Top = 40 Width = 225 Height = 73 Caption = 'Please Select' ItemIndex = 0 Items.Strings = ( '&Register a new SMS account' '&Add an existing SMS account') TabOrder = 0 end object btnOK: TButton Left = 48 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 136 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 200 Top = 8 end end